Name NSCD box
ShortName NSCDbox
TopTexture boxTop
SideTexture IconNSCDBox
BottomTexture boxBottom
BlockID 279
Recipe I iron B dyePowder.4 R dyePowder.1 E emblemnscd
III
EEE
III
//AddGun shortName amountOf item
//AddAmmo must come immediately after AddGun for them to be in the same slot
//The names of the items / blocks are those in the code, with some exceptions such as iron (ingotIron) and gunpowder (sulphur)
//And with parts from this mod, they are the shortName of the item
//Guns cannot yet have multiple ammo types in the same slot. For now, just list them under two seperate guns that are the same
//NumGuns must come before all the addGun lines and must be correct.
NumGuns 5
AddGun NSCDP 2 Klii
AddAmmo NSCDPAmmo 1 Klii
AddGun NSSM 3 Klii
AddAmmo NSSMAmmo 2 Klii
AddGun NSR 4 Klii
AddAmmo NSRAmmo 2 Klii
AddGun NSCDS 4 Klii
AddAmmo NSCDSAmmo 3 Klii
AddGun NSCDGL 5 Klii
AddAmmo NSCDGLAmmo 5 Klii
